Feature: Login into Ghost and manage my admin page
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 48.700s |
Scenario: As an admin user I want to save a Post as a draft
Before
0m 0.581s
Given
I navigate to page "<baseURL>"
0m 2.620s
And
I wait for 3 seconds
0m 3.186s
When
I enter my email "<emailHector>"
0m 0.194s
And
I wait for 1 seconds
0m 1.175s
And
I enter my password "<passwordHector>"
0m 0.174s
And
I wait for 1 seconds
0m 1.175s
And
I click on login
0m 0.178s
And
I wait for 5 seconds
0m 5.232s
And
I go to Drafts
0m 0.197s
And
I wait for 5 seconds
0m 5.185s
And
I click on "New post"
0m 0.192s
And
I wait for 3 seconds
0m 3.159s
And
I fill a title on "Post title"
0m 0.179s
And
I wait for 3 seconds
0m 3.171s
And
I fill a body on "Begin writing your post..."
0m 1.808s
And
I wait for 2 seconds
0m 2.179s
And
I click on "Back button"
0m 0.215s
And
I wait for 2 seconds
0m 2.182s
And
I click on "Menu Avatar button"
0m 0.201s
And
I wait for 2 seconds
0m 2.185s
And
I click on "Sign out"
0m 0.151s
And
I wait for 4 seconds
0m 4.175s
Then
I sigin again into Ghost "<emailHector>" "<passwordHector>"
0m 0.237s
Then
I wait for 5 seconds
0m 5.226s
Then
I go to see my saved Drafts
0m 0.189s
Then
I wait for 3 seconds
0m 3.179s
Then
I proof that there is one Draft with the fakeTitle I used
0m 0.172s
After
0m 0.003s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "<baseURL>"
And
I wait for 3 seconds
When
I enter my email "<emailHector>"
And
I wait for 1 seconds
And
I enter my password "<passwordHector>"
And
I wait for 1 seconds
And
I click on login
And
I wait for 5 seconds
And
I go to Drafts
And
I wait for 5 seconds
And
I click on "New post"
And
I wait for 3 seconds
And
I fill a title on "Post title"
And
I wait for 3 seconds
And
I fill a body on "Begin writing your post..."
And
I wait for 2 seconds
And
I click on "Back button"
And
I wait for 2 seconds
And
I click on "Menu Avatar button"
And
I wait for 2 seconds
And
I click on "Sign out"
And
I wait for 4 seconds
Then
I sigin again into Ghost "<emailHector>" "<passwordHector>"
Then
I wait for 5 seconds
Then
I go to see my saved Drafts
Then
I wait for 3 seconds
Then
I proof that there is one Draft with the fakeTitle I used
After
NO IMAGE AVAILABLE